Beschreibung
Typ
Restriction of xs:decimal
Diagramm
Overview
 |
GTIN optional Restriction of xs:decimal
= EAN Code
|
Quelle
<xs:element name="GTIN" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de"> = EAN Code </xs:documentation>
<xs:documentation xml:lang="en"> = EAN Code </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="14" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
Siehe auch